home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- -- close QTVR Movie: use for a button which closes a movie
- global gQTVRObj
-
- QTVRClose(gQTVRObj)
-
- -- the VR movie is direct-to-stage,
- -- so you have to wipe it somehow
- set the ink of sprite 10 = 1
- updatestage
- set the ink of sprite 10 = 0
-
- -- This is tutorial code. Delete it if you copy
- -- this script.
- clearMovieInfo
-
- end